[INFO] cloning repository https://github.com/nenikitov/ashen-unpacker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nenikitov/ashen-unpacker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnenikitov%2Fashen-unpacker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnenikitov%2Fashen-unpacker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f62f111b6d21c41ac208930a510c9629ef1ceaf
[INFO] checking nenikitov/ashen-unpacker against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnenikitov%2Fashen-unpacker" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/nenikitov/ashen-unpacker
[INFO] finished tweaking git repo https://github.com/nenikitov/ashen-unpacker
[INFO] tweaked toml for git repo https://github.com/nenikitov/ashen-unpacker written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nenikitov/ashen-unpacker on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nenikitov/ashen-unpacker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded flate2 v1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625
[INFO] running `Command { std: "docker" "start" "bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]    Compiling fixed v1.29.0
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking half v2.5.0
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking once_cell v1.21.1
[INFO] [stderr]     Checking assert_approx_eq v1.1.0
[INFO] [stderr]     Checking flate2 v1.1.0
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking ashen v0.1.0 (/opt/rustwide/workdir/ashen)
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> ashen/src/lib.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let_chains,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> ashen/src/lib.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let_chains,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn new(input: &[u8]) -> Result<Self> {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn new(input: &[u8]) -> Result<'_, Self> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:37:22
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn header(input: &[u8]) -> Result<(String, u32)> {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn header(input: &[u8]) -> Result<'_, (String, u32)> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:50:29
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn entry_headers(input: &[u8], total_entries: u32) -> Result<Vec<EntryHeader>> {
[INFO] [stdout]    |                             ^^^^^                         ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn entry_headers(input: &[u8], total_entries: u32) -> Result<'_, Vec<EntryHeader>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:51:32
[INFO] [stdout]    |
[INFO] [stdout] 51 |         fn entry_header(input: &[u8]) -> Result<EntryHeader> {
[INFO] [stdout]    |                                ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |         fn entry_header(input: &[u8]) -> Result<'_, EntryHeader> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> ashen/src/asset/string_table.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn utf_16_string(input: &[u8]) -> Result<String> {
[INFO] [stdout]   |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                         |
[INFO] [stdout]   |                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn utf_16_string(input: &[u8]) -> Result<'_, String> {
[INFO] [stdout]   |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/utils/nom.rs:26:50
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<$type> {
[INFO] [stdout]    |                                                  ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 36 |     parser_for_fixed!(I8F24, 32);
[INFO] [stdout]    |     ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `parser_for_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<'_, $type> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/utils/nom.rs:26:50
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<$type> {
[INFO] [stdout]    |                                                  ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 37 |     parser_for_fixed!(I16F16, 32);
[INFO] [stdout]    |     ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `parser_for_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<'_, $type> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/utils/nom.rs:26:50
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<$type> {
[INFO] [stdout]    |                                                  ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 38 |     parser_for_fixed!(I24F8, 32);
[INFO] [stdout]    |     ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `parser_for_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<'_, $type> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cli v0.1.0 (/opt/rustwide/workdir/cli)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn new(input: &[u8]) -> Result<Self> {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn new(input: &[u8]) -> Result<'_, Self> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:37:22
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn header(input: &[u8]) -> Result<(String, u32)> {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn header(input: &[u8]) -> Result<'_, (String, u32)> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:50:29
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn entry_headers(input: &[u8], total_entries: u32) -> Result<Vec<EntryHeader>> {
[INFO] [stdout]    |                             ^^^^^                         ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn entry_headers(input: &[u8], total_entries: u32) -> Result<'_, Vec<EntryHeader>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/asset/pack_file.rs:51:32
[INFO] [stdout]    |
[INFO] [stdout] 51 |         fn entry_header(input: &[u8]) -> Result<EntryHeader> {
[INFO] [stdout]    |                                ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |         fn entry_header(input: &[u8]) -> Result<'_, EntryHeader> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> ashen/src/asset/string_table.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn utf_16_string(input: &[u8]) -> Result<String> {
[INFO] [stdout]   |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                         |
[INFO] [stdout]   |                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn utf_16_string(input: &[u8]) -> Result<'_, String> {
[INFO] [stdout]   |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/utils/nom.rs:26:50
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<$type> {
[INFO] [stdout]    |                                                  ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 36 |     parser_for_fixed!(I8F24, 32);
[INFO] [stdout]    |     ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `parser_for_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<'_, $type> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/utils/nom.rs:26:50
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<$type> {
[INFO] [stdout]    |                                                  ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 37 |     parser_for_fixed!(I16F16, 32);
[INFO] [stdout]    |     ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `parser_for_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<'_, $type> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ashen/src/utils/nom.rs:26:50
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<$type> {
[INFO] [stdout]    |                                                  ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 38 |     parser_for_fixed!(I24F8, 32);
[INFO] [stdout]    |     ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `parser_for_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |                 pub fn [<le_$type:lower>](input: &[u8]) -> Result<'_, $type> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
[INFO] running `Command { std: "docker" "inspect" "bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625", kill_on_drop: false }`
[INFO] [stdout] bc06f075995d218ad863bcea50cb7b61c8d597ab42f363f7f9e3ed43010c0625
